home *** CD-ROM | disk | FTP | other *** search
/ Visual Intercept / Visual Intercept.iso / database.z / intercpt.MDB / Related_Type.json < prev    next >
Encoding:
JavaScript Object Notation  |  1997-03-20  |  419 b 

  1. {
  2.     "schema": {
  3.         "Name": "Text (32) NOT NULL",
  4.         "Description": "Memo/Hyperlink (255)",
  5.         "Weight": "Double"
  6.     },
  7.     "data": [
  8.         {
  9.             "Name": "Cause",
  10.             "Description": "Cause Of Other",
  11.             "Weight": 1
  12.         },
  13.         {
  14.             "Name": "Example",
  15.             "Description": "Example Of Other",
  16.             "Weight": 1
  17.         },
  18.         {
  19.             "Name": "Affected",
  20.             "Description": "Affected By Other",
  21.             "Weight": 1
  22.         },
  23.         {
  24.             "Name": "Same",
  25.             "Description": "Same As Other",
  26.             "Weight": 0
  27.         },
  28.         {
  29.             "Name": "Information",
  30.             "Description": "Information As Other",
  31.             "Weight": 0
  32.         }
  33.     ]
  34. }